{% extends "base.html" %} {% block content %}
| Rank | User | Quiz | Score | Max Score | Date |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ attempt.user.username }} | {{ attempt.quiz.title }} | {{ attempt.score }} | {{ attempt.max_score }} | {{ attempt.finished_at|date:"M d, Y H:i" }} |
| No quiz attempts yet. | |||||